@charset "utf-8";
/* CSS Document */


.left {float: left; width: 55%; }
.button a {text-decoration: none; color: #fff;}
.button1 {
  background-color: #2F5756; 
  color: #fff; 
	font-size: 13px;
  border:thin solid #fff;;
	border-radius:  5px 5px 5px 5px; 
	transition-duration: 0.4s;
  cursor: pointer;
	margin-bottom: 1px;
	margin-top: 1px;
	padding:5px ;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	
	
}

.button1 a {text-decoration: none; color: #fff;} 
.button1:hover {
  background-color: #fff;
 border: thin solid #2F5756;	
  color: #2F5756;
}
.button1:hover a{color: #2F5756; text-decoration: none;}

.button2 {
  background-color: #2F5756; 
  color: #fff; 
	font-size: 13px;
  border:thin solid #fff;;
	transition-duration: 0.4s;
  cursor: pointer;
	width: 250px;
  padding:1px 50px 1px 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
}

.button2 a {text-decoration: none; color: #fff;} 
.button2:hover {
  background-color: #fff;
 border: thin solid #2F5756;	
  color: #2F5756;
}
.button2:hover a{color: #2F5756; text-decoration: none;}





.container {

 background-color:#2F5756 ;
  width: 320px;
	border: thin solid #2F5756;
  border-radius:  10px 10px 10px 10px;
  padding: 5px 10px 30px 10px;
	
  }

.subscribe {
	text-align: center;
	margin-right:auto;
	margin-left: auto;
	display: block;
}
